home *** CD-ROM | disk | FTP | other *** search
- Path: sourcery.han.de!not-for-mail
- Newsgroups: comp.sys.amiga.programmer
- References: <1982.6646T659T2072@sn.no> <13213750@sourcery.han.de> <40126576@rzstud2.rz.uni-karlsruhe.de>
- From: "Olaf Barthel" <olsen@sourcery.han.de>
- Date: Wed, 27 Mar 1996 11:51:30 +0100
- X-NewsReader: IntuiNews 1.3a (7.9.95)
- Subject: Re: Typo in the autodocs
- Message-ID: <13213827@sourcery.han.de>
-
- In Article <40126576@rzstud2.rz.uni-karlsruhe.de>, Patrick Ohly <un60@rzstud2.rz.uni-karlsruhe.de> wrote:
- > In article <13213750@sourcery.han.de>, Olaf Barthel writes:
- > > In Article <1982.6646T659T2072@sn.no>, Christopher Naas <christon@sn.no>
- > > wrote:
- > > > There's a small typo' in the Autodocs. Not very important, but AT
- > > > should fix it before the next release. Posted here since they're
- > > > playing hard to get hold of.
- > >
- > > Ok, done. Any other typos that need fixing?
- >
- > > dos.library/InternalLoadSeg dos.library/InternalLoadSeg
- > >
- > > NAME
- > > InternalLoadSeg -- Low-level load routine (V36)
- >
- > [...]
- >
- > > INPUTS
- > > fh - Filehandle to load from.
- > > table - When loading an overlay, otherwise ignored.
- > > functionarray - Array of function to be used for read, alloc, and free.
- > > FuncTable[0] -> Actual = ReadFunc(readhandle,buffer,length),DOSBase
- > > D0 D1 A0 D0 A6
- > In fact the same registers used for Read() are correct:
- > D0 D1 D2 D3
- >
- > You didn't ask for it, but there's also a bug in the
- > includes for the dos.library:
- >
- > dos/dosasl.h:
- >
- > > #define APB_DOWILD 0 /* User option ALL */
- > > #define APF_DOWILD 1
- >
- > The note "obsolete" is missing.
- >
- > > #define APB_DODIR 2 /* Bit is SET if a DIR node should be */
- > > #define APF_DODIR 4 /* entered. Application can RESET this */
- > > /* bit after MatchFirst/MatchNext to AVOID */
- > > /* entering a dir. */
- >
- > It should be something like this:
- > > #define APB_DODIR 2 /* Bit has to be set by the APPLICATION */
- > > #define APF_DODIR 4 /* if a DIR node should be entered. */
- >
- > Bye, Patrick
-
- Thank you, for the first CD-ROM edition I did not want to make
- changes to the text content of the includes and autodocs. If only, then
- syntactic changes and minor tweaking. The real work will have to be
- done later.
-
- --
- Home: Olaf Barthel, Brabeckstrasse 35, D-30559 Hannover
- Net: olsen@sourcery.han.de
-